while read type caps format comment; do
for i in $EXCL; do
- if [ "$format" == "$i" ]; then
+ if [ "$format" = "$i" ]; then
caps="------"
fi
done
while read type caps format comment; do
for i in $EXCL; do
- if [ "$format" == "$i" ]; then
+ if [ "$format" = "$i" ]; then
caps="------"
fi
done
echo "$LINE" |
(
read LEAD NAME READ
- test "x$NAME" == "x" && continue
+ test "x$NAME" = "x" && continue
case $LEAD in
D)
loop "$1/$NAME/" "$2"
RELEASE=$3 # may be empty
REL=`echo $RELEASE | sed 's/^-//'`
-test "$REL" == "" && REL=0
+test "$REL" = "" && REL=0
cat << EOF
Summary: GPSBabel